home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / DEMO / JILL.BAT < prev    next >
DOS Batch File  |  1992-07-18  |  335b  |  14 lines

  1. @echo off
  2. echo Super VGA/EGA/CGA graphic adventure game.  Nice demo mode! Supports
  3. echo SoundBlaster card.  This program defaults to VGA/SoundBlaster.  If you
  4. echo do not have this hardware press C to configure. 
  5. echo.
  6. echo Press any key to continue or...
  7. echo Press CTRL-C to cancel.
  8. echo.
  9. pause >nul
  10.  
  11. cd jill
  12. jill1
  13. cd..
  14.